<script>on mouseUpplay "Eraser7a.SND"go to card id 10221end mouseUp</script>
</part>
<part>
<id>5</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>543</left>
<top>398</top>
<right>618</right>
<bottom>443</bottom>
</rect>
<style>transparent</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>28654</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>10</textSize>
<textStyle>bold</textStyle>
<name>Find...</name>
<script>on mouseUpplay "Eraser7a.SND"global LastFindask "What text would you like to look for?" with LastFind -- ∆if it is empty then exit mouseUpput it into LastFindfind itif the result ≠ empty then answer "Not found." -- ∆end mouseUp</script>
<script>on mouseUpplay "Eraser7a.SND"ask file "Save text as ..." with fld "title"if the result is not "Cancel" thenput it into outputFileopen file outputFileif the result is empty thenwrite fld "text" to file outputFileend ifclose file outputFileend ifend mouseUp</script>
</part>
<part>
<id>8</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>235</left>
<top>400</top>
<right>277</right>
<bottom>447</bottom>
</rect>
<style>transparent</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>12722</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Source</name>
<script>on mousedownshow cd fld sc1end mousedownon mouseupwait 5 secondshide cd fld sc1end mouseup</script>